Html Css Color HEX #9BCDE4 Cornflower

📋 copy color: '#9BCDE4'

red 155 ◦ green 205 ◦ blue 228

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

Shades of Cornflower #9BCDE4

Tints of Cornflower #9BCDE4

RGB

 RED value IS 155 (60.94% from 255) = 26.36%

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

 BLUE value IS 228 (89.45% from 255) = 38.78%

R = 26.36%
G = 34.86%
B = 38.78%

CMYK

 C value IS 0.32

 M value IS 0.10

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#9BCDE4 (or 0x9BCDE4) is known color: Cornflower. HEX triplet: 9B, CD and E4. RGB value is (155,205,228). Sum of RGB (Red+Green+Blue) = 155+205+228=588 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.36% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 228 (89.45% from 255 or 38.78% from 588); Max value from RGB is 228 - color contains mainly: blue. Hex color #9BCDE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCDE4 is #64321B. Grayscale: #C0C0C0. Windows color (decimal): -6566428 or 14994843. OLE color: 14994843.

HSL color Cylindrical-coordinate representation of color #9BCDE4: hue angle of 198.9º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9BCDE4 is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 155 205 228 -
CMYK 0.32 0.10 0 0.11
HSL 198.9º 0.57% 0.75% -
HSV(B) 198.9º 0.32% 0.89% -
XYZ 49.35 56.23 81.65 -
YUV 192.67 147.94 101.13 -
System Red Green Blue C M Y K H S L
Decimal 155 205 228 0.32 0.10 0 0.11 198.9 0.57 0.75
Hex 9B CD E4 20 A 0 B C7 39 4B
Octal 233 315 344 40 12 0 13 307 71 113
Binary 10011011 11001101 11100100 100000 1010 0 1011 11000111 111001 1001011

Color Harmonies of #9BCDE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCDE4

Black with #9BCDE4

Text Example


Text Example

White with #9BCDE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,205,228); }

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

background-color css

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

 a { background-color: rgb(155,205,228); }

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

border-color css

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

 span { border-color: rgb(155,205,228); }

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