Html Css Color HEX #9BC0FE Pale Cornflower Blue

📋 copy color: '#9BC0FE'

red 155 ◦ green 192 ◦ blue 254

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

Shades of Pale Cornflower Blue #9BC0FE

Tints of Pale Cornflower Blue #9BC0FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.26%

R = 25.79%
G = 31.95%
B = 42.26%

CMYK

 C value IS 0.39

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9BC0FE (or 0x9BC0FE) is known color: Pale Cornflower Blue. HEX triplet: 9B, C0 and FE. RGB value is (155,192,254). Sum of RGB (Red+Green+Blue) = 155+192+254=601 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.79% from 601); Green value is 192 (75.39% from 255 or 31.95% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #9BC0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC0FE is #643F01. Grayscale: #BBBBBB. Windows color (decimal): -6569730 or 16695451. OLE color: 16695451.

HSL color Cylindrical-coordinate representation of color #9BC0FE: hue angle of 217.58º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BC0FE is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 155 192 254 -
CMYK 0.39 0.24 0 0.00
HSL 217.58º 0.98% 0.8% -
HSV(B) 217.58º 0.39% 1% -
XYZ 50.26 51.82 101.12 -
YUV 188.01 165.24 104.46 -
System Red Green Blue C M Y K H S L
Decimal 155 192 254 0.39 0.24 0 0.00 217.58 0.98 0.8
Hex 9B C0 FE 27 18 0 0 DA 62 50
Octal 233 300 376 47 30 0 0 332 142 120
Binary 10011011 11000000 11111110 100111 11000 0 0 11011010 1100010 1010000

Color Harmonies of #9BC0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC0FE

Black with #9BC0FE

Text Example


Text Example

White with #9BC0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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