Html Css Color HEX #9BC0F1 Pale Cornflower Blue

📋 copy color: '#9BC0F1'

red 155 ◦ green 192 ◦ blue 241

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

Shades of Pale Cornflower Blue #9BC0F1

Tints of Pale Cornflower Blue #9BC0F1

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.65%

 BLUE value IS 241 (94.53% from 255) = 40.99%

R = 26.36%
G = 32.65%
B = 40.99%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9BC0F1 (or 0x9BC0F1) is known color: Pale Cornflower Blue. HEX triplet: 9B, C0 and F1. RGB value is (155,192,241). Sum of RGB (Red+Green+Blue) = 155+192+241=588 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.36% from 588); Green value is 192 (75.39% from 255 or 32.65% from 588); Blue value is 241 (94.53% from 255 or 40.99% from 588); Max value from RGB is 241 - color contains mainly: blue. Hex color #9BC0F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC0F1 is #643F0E. Grayscale: #BABABA. Windows color (decimal): -6569743 or 15843483. OLE color: 15843483.

HSL color Cylindrical-coordinate representation of color #9BC0F1: hue angle of 214.19º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BC0F1 is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 155 192 241 -
CMYK 0.36 0.20 0 0.05
HSL 214.19º 0.75% 0.78% -
HSV(B) 214.19º 0.36% 0.95% -
XYZ 48.24 51.02 90.52 -
YUV 186.52 158.74 105.52 -
System Red Green Blue C M Y K H S L
Decimal 155 192 241 0.36 0.20 0 0.05 214.19 0.75 0.78
Hex 9B C0 F1 24 14 0 5 D6 4B 4E
Octal 233 300 361 44 24 0 5 326 113 116
Binary 10011011 11000000 11110001 100100 10100 0 101 11010110 1001011 1001110

Color Harmonies of #9BC0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC0F1

Black with #9BC0F1

Text Example


Text Example

White with #9BC0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,192,241); }

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

background-color css

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

 a { background-color: rgb(155,192,241); }

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

border-color css

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

 span { border-color: rgb(155,192,241); }

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