Html Css Color HEX #9BCDEE Cornflower

📋 copy color: '#9BCDEE'

red 155 ◦ green 205 ◦ blue 238

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

Shades of Cornflower #9BCDEE

Tints of Cornflower #9BCDEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.8%

R = 25.92%
G = 34.28%
B = 39.8%

CMYK

 C value IS 0.35

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9BCDEE (or 0x9BCDEE) is known color: Cornflower. HEX triplet: 9B, CD and EE. RGB value is (155,205,238). Sum of RGB (Red+Green+Blue) = 155+205+238=598 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.92% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 238 (93.36% from 255 or 39.80% from 598); Max value from RGB is 238 - color contains mainly: blue. Hex color #9BCDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCDEE is #643211. Grayscale: #C1C1C1. Windows color (decimal): -6566418 or 15650203. OLE color: 15650203.

HSL color Cylindrical-coordinate representation of color #9BCDEE: hue angle of 203.86º degrees, saturation: 0.71, 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 #9BCDEE is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 205 238 -
CMYK 0.35 0.14 0 0.07
HSL 203.86º 0.71% 0.77% -
HSV(B) 203.86º 0.35% 0.93% -
XYZ 50.78 56.8 89.18 -
YUV 193.81 152.94 100.32 -
System Red Green Blue C M Y K H S L
Decimal 155 205 238 0.35 0.14 0 0.07 203.86 0.71 0.77
Hex 9B CD EE 23 E 0 7 CC 47 4D
Octal 233 315 356 43 16 0 7 314 107 115
Binary 10011011 11001101 11101110 100011 1110 0 111 11001100 1000111 1001101

Color Harmonies of #9BCDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCDEE

Black with #9BCDEE

Text Example


Text Example

White with #9BCDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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