Html Css Color HEX #9BD1EF Cornflower

📋 copy color: '#9BD1EF'

red 155 ◦ green 209 ◦ blue 239

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

Shades of Cornflower #9BD1EF

Tints of Cornflower #9BD1EF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.66%

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

R = 25.7%
G = 34.66%
B = 39.64%

CMYK

 C value IS 0.35

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9BD1EF (or 0x9BD1EF) is known color: Cornflower. HEX triplet: 9B, D1 and EF. RGB value is (155,209,239). Sum of RGB (Red+Green+Blue) = 155+209+239=603 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.70% from 603); Green value is 209 (82.03% from 255 or 34.66% from 603); Blue value is 239 (93.75% from 255 or 39.64% from 603); Max value from RGB is 239 - color contains mainly: blue. Hex color #9BD1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BD1EF is #642E10. Grayscale: #C4C4C4. Windows color (decimal): -6565393 or 15716763. OLE color: 15716763.

HSL color Cylindrical-coordinate representation of color #9BD1EF: hue angle of 201.43º 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 #9BD1EF is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 155 209 239 -
CMYK 0.35 0.13 0 0.06
HSL 201.43º 0.72% 0.77% -
HSV(B) 201.43º 0.35% 0.94% -
XYZ 51.9 58.8 90.28 -
YUV 196.27 152.11 98.56 -
System Red Green Blue C M Y K H S L
Decimal 155 209 239 0.35 0.13 0 0.06 201.43 0.72 0.77
Hex 9B D1 EF 23 D 0 6 C9 48 4D
Octal 233 321 357 43 15 0 6 311 110 115
Binary 10011011 11010001 11101111 100011 1101 0 110 11001001 1001000 1001101

Color Harmonies of #9BD1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD1EF

Black with #9BD1EF

Text Example


Text Example

White with #9BD1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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