Html Css Color HEX #9CCDE8 Cornflower

📋 copy color: '#9CCDE8'

red 156 ◦ green 205 ◦ blue 232

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

Shades of Cornflower #9CCDE8

Tints of Cornflower #9CCDE8

RGB

 RED value IS 156 (61.33% from 255) = 26.31%

 GREEN value IS 205 (80.47% from 255) = 34.57%

 BLUE value IS 232 (91.02% from 255) = 39.12%

R = 26.31%
G = 34.57%
B = 39.12%

CMYK

 C value IS 0.33

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9CCDE8 (or 0x9CCDE8) is known color: Cornflower. HEX triplet: 9C, CD and E8. RGB value is (156,205,232). Sum of RGB (Red+Green+Blue) = 156+205+232=593 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.31% from 593); Green value is 205 (80.47% from 255 or 34.57% from 593); Blue value is 232 (91.02% from 255 or 39.12% from 593); Max value from RGB is 232 - color contains mainly: blue. Hex color #9CCDE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCDE8 is #633217. Grayscale: #C1C1C1. Windows color (decimal): -6500888 or 15256988. OLE color: 15256988.

HSL color Cylindrical-coordinate representation of color #9CCDE8: hue angle of 201.32º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CCDE8 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 156 205 232 -
CMYK 0.33 0.12 0 0.09
HSL 201.32º 0.62% 0.76% -
HSV(B) 201.32º 0.33% 0.91% -
XYZ 50.11 56.56 84.62 -
YUV 193.43 149.77 101.3 -
System Red Green Blue C M Y K H S L
Decimal 156 205 232 0.33 0.12 0 0.09 201.32 0.62 0.76
Hex 9C CD E8 21 C 0 9 C9 3E 4C
Octal 234 315 350 41 14 0 11 311 76 114
Binary 10011100 11001101 11101000 100001 1100 0 1001 11001001 111110 1001100

Color Harmonies of #9CCDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCDE8

Black with #9CCDE8

Text Example


Text Example

White with #9CCDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,205,232); }

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

background-color css

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

 a { background-color: rgb(156,205,232); }

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

border-color css

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

 span { border-color: rgb(156,205,232); }

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