Html Css Color HEX #9FE5FD Columbia Blue

📋 copy color: '#9FE5FD'

red 159 ◦ green 229 ◦ blue 253

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

Shades of Columbia Blue #9FE5FD

Tints of Columbia Blue #9FE5FD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.73%

 BLUE value IS 253 (99.22% from 255) = 39.47%

R = 24.8%
G = 35.73%
B = 39.47%

CMYK

 C value IS 0.37

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9FE5FD (or 0x9FE5FD) is known color: Columbia Blue. HEX triplet: 9F, E5 and FD. RGB value is (159,229,253). Sum of RGB (Red+Green+Blue) = 159+229+253=641 (84% of max value = 765). Red value is 159 (62.5% from 255 or 24.80% from 641); Green value is 229 (89.84% from 255 or 35.73% from 641); Blue value is 253 (99.22% from 255 or 39.47% from 641); Max value from RGB is 253 - color contains mainly: blue. Hex color #9FE5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FE5FD is #601A02. Grayscale: #D2D2D2. Windows color (decimal): -6298115 or 16639391. OLE color: 16639391.

HSL color Cylindrical-coordinate representation of color #9FE5FD: hue angle of 195.32º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FE5FD is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 159 229 253 -
CMYK 0.37 0.09 0 0.01
HSL 195.32º 0.96% 0.81% -
HSV(B) 195.32º 0.37% 0.99% -
XYZ 60.05 70.5 103.37 -
YUV 210.81 151.81 91.05 -
System Red Green Blue C M Y K H S L
Decimal 159 229 253 0.37 0.09 0 0.01 195.32 0.96 0.81
Hex 9F E5 FD 25 9 0 1 C3 60 51
Octal 237 345 375 45 11 0 1 303 140 121
Binary 10011111 11100101 11111101 100101 1001 0 1 11000011 1100000 1010001

Color Harmonies of #9FE5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE5FD

Black with #9FE5FD

Text Example


Text Example

White with #9FE5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,229,253); }

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

background-color css

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

 a { background-color: rgb(159,229,253); }

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

border-color css

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

 span { border-color: rgb(159,229,253); }

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