Html Css Color HEX #9BCEEF Cornflower

📋 copy color: '#9BCEEF'

red 155 ◦ green 206 ◦ blue 239

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

Shades of Cornflower #9BCEEF

Tints of Cornflower #9BCEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.83%

R = 25.83%
G = 34.33%
B = 39.83%

CMYK

 C value IS 0.35

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9BCEEF (or 0x9BCEEF) is known color: Cornflower. HEX triplet: 9B, CE and EF. RGB value is (155,206,239). Sum of RGB (Red+Green+Blue) = 155+206+239=600 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.83% from 600); Green value is 206 (80.86% from 255 or 34.33% from 600); Blue value is 239 (93.75% from 255 or 39.83% from 600); Max value from RGB is 239 - color contains mainly: blue. Hex color #9BCEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCEEF is #643110. Grayscale: #C2C2C2. Windows color (decimal): -6566161 or 15715995. OLE color: 15715995.

HSL color Cylindrical-coordinate representation of color #9BCEEF: hue angle of 203.57º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BCEEF is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 155 206 239 -
CMYK 0.35 0.14 0 0.06
HSL 203.57º 0.72% 0.77% -
HSV(B) 203.57º 0.35% 0.94% -
XYZ 51.17 57.34 90.03 -
YUV 194.51 153.1 99.82 -
System Red Green Blue C M Y K H S L
Decimal 155 206 239 0.35 0.14 0 0.06 203.57 0.72 0.77
Hex 9B CE EF 23 E 0 6 CC 48 4D
Octal 233 316 357 43 16 0 6 314 110 115
Binary 10011011 11001110 11101111 100011 1110 0 110 11001100 1001000 1001101

Color Harmonies of #9BCEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCEEF

Black with #9BCEEF

Text Example


Text Example

White with #9BCEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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