Html Css Color HEX #9FE4FE Columbia Blue

📋 copy color: '#9FE4FE'

red 159 ◦ green 228 ◦ blue 254

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

Shades of Columbia Blue #9FE4FE

Tints of Columbia Blue #9FE4FE

RGB

 RED value IS 159 (62.5% from 255) = 24.8%

 GREEN value IS 228 (89.45% from 255) = 35.57%

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

R = 24.8%
G = 35.57%
B = 39.63%

CMYK

 C value IS 0.37

 M value IS 0.10

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9FE4FE (or 0x9FE4FE) is known color: Columbia Blue. HEX triplet: 9F, E4 and FE. RGB value is (159,228,254). Sum of RGB (Red+Green+Blue) = 159+228+254=641 (84% of max value = 765). Red value is 159 (62.5% from 255 or 24.80% from 641); Green value is 228 (89.45% from 255 or 35.57% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #9FE4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FE4FE is #601B01. Grayscale: #D2D2D2. Windows color (decimal): -6298370 or 16704671. OLE color: 16704671.

HSL color Cylindrical-coordinate representation of color #9FE4FE: hue angle of 196.42º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FE4FE is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 159 228 254 -
CMYK 0.37 0.10 0 0.00
HSL 196.42º 0.98% 0.81% -
HSV(B) 196.42º 0.37% 1% -
XYZ 59.93 70.01 104.12 -
YUV 210.33 152.64 91.39 -
System Red Green Blue C M Y K H S L
Decimal 159 228 254 0.37 0.10 0 0.00 196.42 0.98 0.81
Hex 9F E4 FE 25 A 0 0 C4 62 51
Octal 237 344 376 45 12 0 0 304 142 121
Binary 10011111 11100100 11111110 100101 1010 0 0 11000100 1100010 1010001

Color Harmonies of #9FE4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE4FE

Black with #9FE4FE

Text Example


Text Example

White with #9FE4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FE4FE; }

 p { color: rgb(159,228,254); }

 H1.HeaderClassName
 {
   color: #9FE4FE;
 }
 .AnyTagClassName
 {
   color: #9FE4FE;
 }
</style>

background-color css

<style>
 a { background-color: #9FE4FE; }

 a { background-color: rgb(159,228,254); }

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

border-color css

<style>
 span { border-color: #9FE4FE; }

 span { border-color: rgb(159,228,254); }

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