Html Css Color HEX #9BD3EA Cornflower

📋 copy color: '#9BD3EA'

red 155 ◦ green 211 ◦ blue 234

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

Shades of Cornflower #9BD3EA

Tints of Cornflower #9BD3EA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.17%

 BLUE value IS 234 (91.8% from 255) = 39%

R = 25.83%
G = 35.17%
B = 39%

CMYK

 C value IS 0.34

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9BD3EA (or 0x9BD3EA) is known color: Cornflower. HEX triplet: 9B, D3 and EA. RGB value is (155,211,234). Sum of RGB (Red+Green+Blue) = 155+211+234=600 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.83% from 600); Green value is 211 (82.81% from 255 or 35.17% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #9BD3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BD3EA is #642C15. Grayscale: #C4C4C4. Windows color (decimal): -6564886 or 15389595. OLE color: 15389595.

HSL color Cylindrical-coordinate representation of color #9BD3EA: hue angle of 197.47º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BD3EA is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 155 211 234 -
CMYK 0.34 0.10 0 0.08
HSL 197.47º 0.65% 0.76% -
HSV(B) 197.47º 0.34% 0.92% -
XYZ 51.66 59.5 86.6 -
YUV 196.88 148.95 98.13 -
System Red Green Blue C M Y K H S L
Decimal 155 211 234 0.34 0.10 0 0.08 197.47 0.65 0.76
Hex 9B D3 EA 22 A 0 8 C5 41 4C
Octal 233 323 352 42 12 0 10 305 101 114
Binary 10011011 11010011 11101010 100010 1010 0 1000 11000101 1000001 1001100

Color Harmonies of #9BD3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD3EA

Black with #9BD3EA

Text Example


Text Example

White with #9BD3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,211,234); }

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

background-color css

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

 a { background-color: rgb(155,211,234); }

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

border-color css

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

 span { border-color: rgb(155,211,234); }

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