Html Css Color HEX #9BD5ED Cornflower

📋 copy color: '#9BD5ED'

red 155 ◦ green 213 ◦ blue 237

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

Shades of Cornflower #9BD5ED

Tints of Cornflower #9BD5ED

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.21%

 BLUE value IS 237 (92.97% from 255) = 39.17%

R = 25.62%
G = 35.21%
B = 39.17%

CMYK

 C value IS 0.35

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9BD5ED (or 0x9BD5ED) is known color: Cornflower. HEX triplet: 9B, D5 and ED. RGB value is (155,213,237). Sum of RGB (Red+Green+Blue) = 155+213+237=605 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.62% from 605); Green value is 213 (83.59% from 255 or 35.21% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 237 - color contains mainly: blue. Hex color #9BD5ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BD5ED is #642A12. Grayscale: #C6C6C6. Windows color (decimal): -6564371 or 15586715. OLE color: 15586715.

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

Color convert

RGB 155 213 237 -
CMYK 0.35 0.10 0 0.07
HSL 197.56º 0.69% 0.77% -
HSV(B) 197.56º 0.35% 0.93% -
XYZ 52.6 60.67 89.06 -
YUV 198.39 149.78 97.05 -
System Red Green Blue C M Y K H S L
Decimal 155 213 237 0.35 0.10 0 0.07 197.56 0.69 0.77
Hex 9B D5 ED 23 A 0 7 C6 45 4D
Octal 233 325 355 43 12 0 7 306 105 115
Binary 10011011 11010101 11101101 100011 1010 0 111 11000110 1000101 1001101

Color Harmonies of #9BD5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD5ED

Black with #9BD5ED

Text Example


Text Example

White with #9BD5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,213,237); }

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

background-color css

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

 a { background-color: rgb(155,213,237); }

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

border-color css

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

 span { border-color: rgb(155,213,237); }

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