Html Css Color HEX #9BCEED Cornflower

📋 copy color: '#9BCEED'

red 155 ◦ green 206 ◦ blue 237

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

Shades of Cornflower #9BCEED

Tints of Cornflower #9BCEED

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.45%

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

R = 25.92%
G = 34.45%
B = 39.63%

CMYK

 C value IS 0.35

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9BCEED (or 0x9BCEED) is known color: Cornflower. HEX triplet: 9B, CE and ED. RGB value is (155,206,237). Sum of RGB (Red+Green+Blue) = 155+206+237=598 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.92% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 237 (92.97% from 255 or 39.63% from 598); Max value from RGB is 237 - color contains mainly: blue. Hex color #9BCEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCEED is #643112. Grayscale: #C2C2C2. Windows color (decimal): -6566163 or 15584923. OLE color: 15584923.

HSL color Cylindrical-coordinate representation of color #9BCEED: hue angle of 202.68º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BCEED is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 206 237 -
CMYK 0.35 0.13 0 0.07
HSL 202.68º 0.69% 0.77% -
HSV(B) 202.68º 0.35% 0.93% -
XYZ 50.87 57.23 88.49 -
YUV 194.29 152.1 99.98 -
System Red Green Blue C M Y K H S L
Decimal 155 206 237 0.35 0.13 0 0.07 202.68 0.69 0.77
Hex 9B CE ED 23 D 0 7 CB 45 4D
Octal 233 316 355 43 15 0 7 313 105 115
Binary 10011011 11001110 11101101 100011 1101 0 111 11001011 1000101 1001101

Color Harmonies of #9BCEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCEED

Black with #9BCEED

Text Example


Text Example

White with #9BCEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,206,237); }

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

background-color css

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

 a { background-color: rgb(155,206,237); }

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

border-color css

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

 span { border-color: rgb(155,206,237); }

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