Html Css Color HEX #96DAFA Columbia Blue

📋 copy color: '#96DAFA'

red 150 ◦ green 218 ◦ blue 250

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

Shades of Columbia Blue #96DAFA

Tints of Columbia Blue #96DAFA

RGB

 RED value IS 150 (58.98% from 255) = 24.27%

 GREEN value IS 218 (85.55% from 255) = 35.28%

 BLUE value IS 250 (98.05% from 255) = 40.45%

R = 24.27%
G = 35.28%
B = 40.45%

CMYK

 C value IS 0.4

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#96DAFA (or 0x96DAFA) is known color: Columbia Blue. HEX triplet: 96, DA and FA. RGB value is (150,218,250). Sum of RGB (Red+Green+Blue) = 150+218+250=618 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.27% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #96DAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DAFA is #692505. Grayscale: #C9C9C9. Windows color (decimal): -6890758 or 16439958. OLE color: 16439958.

HSL color Cylindrical-coordinate representation of color #96DAFA: hue angle of 199.2º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96DAFA is Cyan = 0.4, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 218 250 -
CMYK 0.4 0.13 0 0.02
HSL 199.2º 0.91% 0.78% -
HSV(B) 199.2º 0.4% 0.98% -
XYZ 54.9 63.53 99.81 -
YUV 201.32 155.47 91.4 -
System Red Green Blue C M Y K H S L
Decimal 150 218 250 0.4 0.13 0 0.02 199.2 0.91 0.78
Hex 96 DA FA 28 D 0 2 C7 5B 4E
Octal 226 332 372 50 15 0 2 307 133 116
Binary 10010110 11011010 11111010 101000 1101 0 10 11000111 1011011 1001110

Color Harmonies of #96DAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DAFA

Black with #96DAFA

Text Example


Text Example

White with #96DAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96DAFA; }

 p { color: rgb(150,218,250); }

 H1.HeaderClassName
 {
   color: #96DAFA;
 }
 .AnyTagClassName
 {
   color: #96DAFA;
 }
</style>

background-color css

<style>
 a { background-color: #96DAFA; }

 a { background-color: rgb(150,218,250); }

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

border-color css

<style>
 span { border-color: #96DAFA; }

 span { border-color: rgb(150,218,250); }

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