Html Css Color HEX #9BCAE3 Cornflower

📋 copy color: '#9BCAE3'

red 155 ◦ green 202 ◦ blue 227

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

Shades of Cornflower #9BCAE3

Tints of Cornflower #9BCAE3

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.59%

 BLUE value IS 227 (89.06% from 255) = 38.87%

R = 26.54%
G = 34.59%
B = 38.87%

CMYK

 C value IS 0.32

 M value IS 0.11

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#9BCAE3 (or 0x9BCAE3) is known color: Cornflower. HEX triplet: 9B, CA and E3. RGB value is (155,202,227). Sum of RGB (Red+Green+Blue) = 155+202+227=584 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.54% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 227 (89.06% from 255 or 38.87% from 584); Max value from RGB is 227 - color contains mainly: blue. Hex color #9BCAE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCAE3 is #64351C. Grayscale: #BEBEBE. Windows color (decimal): -6567197 or 14928539. OLE color: 14928539.

HSL color Cylindrical-coordinate representation of color #9BCAE3: hue angle of 200.83º degrees, saturation: 0.56, 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 #9BCAE3 is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 155 202 227 -
CMYK 0.32 0.11 0 0.11
HSL 200.83º 0.56% 0.75% -
HSV(B) 200.83º 0.32% 0.89% -
XYZ 48.5 54.76 80.69 -
YUV 190.8 148.43 102.47 -
System Red Green Blue C M Y K H S L
Decimal 155 202 227 0.32 0.11 0 0.11 200.83 0.56 0.75
Hex 9B CA E3 20 B 0 B C9 38 4B
Octal 233 312 343 40 13 0 13 311 70 113
Binary 10011011 11001010 11100011 100000 1011 0 1011 11001001 111000 1001011

Color Harmonies of #9BCAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCAE3

Black with #9BCAE3

Text Example


Text Example

White with #9BCAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,202,227); }

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

background-color css

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

 a { background-color: rgb(155,202,227); }

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

border-color css

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

 span { border-color: rgb(155,202,227); }

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