Html Css Color HEX #9BC8FF Pale Cornflower Blue

📋 copy color: '#9BC8FF'

red 155 ◦ green 200 ◦ blue 255

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

Shades of Pale Cornflower Blue #9BC8FF

Tints of Pale Cornflower Blue #9BC8FF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.79%

 BLUE value IS 255 (100% from 255) = 41.8%

R = 25.41%
G = 32.79%
B = 41.8%

CMYK

 C value IS 0.39

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9BC8FF (or 0x9BC8FF) is known color: Pale Cornflower Blue. HEX triplet: 9B, C8 and FF. RGB value is (155,200,255). Sum of RGB (Red+Green+Blue) = 155+200+255=610 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.41% from 610); Green value is 200 (78.52% from 255 or 32.79% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BC8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC8FF is #643700. Grayscale: #C0C0C0. Windows color (decimal): -6567681 or 16763035. OLE color: 16763035.

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

Color convert

RGB 155 200 255 -
CMYK 0.39 0.22 0 0
HSL 213º 1% 0.8% -
HSV(B) 213º 0.39% 1% -
XYZ 52.22 55.5 102.57 -
YUV 192.82 163.09 101.03 -
System Red Green Blue C M Y K H S L
Decimal 155 200 255 0.39 0.22 0 0 213 1 0.8
Hex 9B C8 FF 27 16 0 0 D5 64 50
Octal 233 310 377 47 26 0 0 325 144 120
Binary 10011011 11001000 11111111 100111 10110 0 0 11010101 1100100 1010000

Color Harmonies of #9BC8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC8FF

Black with #9BC8FF

Text Example


Text Example

White with #9BC8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,200,255); }

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

background-color css

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

 a { background-color: rgb(155,200,255); }

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

border-color css

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

 span { border-color: rgb(155,200,255); }

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