Html Css Color HEX #8FE9FE Columbia Blue

📋 copy color: '#8FE9FE'

red 143 ◦ green 233 ◦ blue 254

#8FE9FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Columbia Blue #8FE9FE

Tints of Columbia Blue #8FE9FE

RGB

 RED value IS 143 (56.25% from 255) = 22.7%

 GREEN value IS 233 (91.41% from 255) = 36.98%

 BLUE value IS 254 (99.61% from 255) = 40.32%

R = 22.7%
G = 36.98%
B = 40.32%

CMYK

 C value IS 0.44

 M value IS 0.08

 Y value IS 0

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8FE9FE (or 0x8FE9FE) is known color: Columbia Blue. HEX triplet: 8F, E9 and FE. RGB value is (143,233,254). Sum of RGB (Red+Green+Blue) = 143+233+254=630 (83% of max value = 765). Red value is 143 (56.25% from 255 or 22.70% from 630); Green value is 233 (91.41% from 255 or 36.98% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #8FE9FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FE9FE is #701601. Grayscale: #D0D0D0. Windows color (decimal): -7345666 or 16705935. OLE color: 16705935.

HSL color Cylindrical-coordinate representation of color #8FE9FE: hue angle of 191.35º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FE9FE is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 143 233 254 -
CMYK 0.44 0.08 0 0.00
HSL 191.35º 0.98% 0.78% -
HSV(B) 191.35º 0.44% 1% -
XYZ 58.36 71.27 104.45 -
YUV 208.48 153.68 81.29 -
System Red Green Blue C M Y K H S L
Decimal 143 233 254 0.44 0.08 0 0.00 191.35 0.98 0.78
Hex 8F E9 FE 2C 8 0 0 BF 62 4E
Octal 217 351 376 54 10 0 0 277 142 116
Binary 10001111 11101001 11111110 101100 1000 0 0 10111111 1100010 1001110

Color Harmonies of #8FE9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FE9FE

Black with #8FE9FE

Text Example


Text Example

White with #8FE9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8FE9FE; }

 p { color: rgb(143,233,254); }

 H1.HeaderClassName
 {
   color: #8FE9FE;
 }
 .AnyTagClassName
 {
   color: #8FE9FE;
 }
</style>

background-color css

<style>
 a { background-color: #8FE9FE; }

 a { background-color: rgb(143,233,254); }

 div.DivClassName
 {
   background-color: #8FE9FE;
 }
 .BgClassName
 {
   background-color: #8FE9FE;
 }
</style>

border-color css

<style>
 span { border-color: #8FE9FE; }

 span { border-color: rgb(143,233,254); }

 td.TdClassName
 {
   border-color: #8FE9FE;
 }
 .TagClassName
 {
   border-color: #8FE9FE;
 }
</style>