Html Css Color HEX #96CFED Cornflower

📋 copy color: '#96CFED'

red 150 ◦ green 207 ◦ blue 237

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

Shades of Cornflower #96CFED

Tints of Cornflower #96CFED

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.85%

 BLUE value IS 237 (92.97% from 255) = 39.9%

R = 25.25%
G = 34.85%
B = 39.9%

CMYK

 C value IS 0.37

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#96CFED (or 0x96CFED) is known color: Cornflower. HEX triplet: 96, CF and ED. RGB value is (150,207,237). Sum of RGB (Red+Green+Blue) = 150+207+237=594 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.25% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 237 - color contains mainly: blue. Hex color #96CFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CFED is #693012. Grayscale: #C1C1C1. Windows color (decimal): -6893587 or 15585174. OLE color: 15585174.

HSL color Cylindrical-coordinate representation of color #96CFED: hue angle of 200.69º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96CFED is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 207 237 -
CMYK 0.37 0.13 0 0.07
HSL 200.69º 0.71% 0.76% -
HSV(B) 200.69º 0.37% 0.93% -
XYZ 50.18 57.22 88.52 -
YUV 193.38 152.62 97.06 -
System Red Green Blue C M Y K H S L
Decimal 150 207 237 0.37 0.13 0 0.07 200.69 0.71 0.76
Hex 96 CF ED 25 D 0 7 C9 47 4C
Octal 226 317 355 45 15 0 7 311 107 114
Binary 10010110 11001111 11101101 100101 1101 0 111 11001001 1000111 1001100

Color Harmonies of #96CFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CFED

Black with #96CFED

Text Example


Text Example

White with #96CFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,207,237); }

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

background-color css

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

 a { background-color: rgb(150,207,237); }

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

border-color css

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

 span { border-color: rgb(150,207,237); }

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