Html Css Color HEX #9BC7FF Pale Cornflower Blue

📋 copy color: '#9BC7FF'

red 155 ◦ green 199 ◦ blue 255

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

Shades of Pale Cornflower Blue #9BC7FF

Tints of Pale Cornflower Blue #9BC7FF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.68%

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

R = 25.45%
G = 32.68%
B = 41.87%

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

#9BC7FF (or 0x9BC7FF) is known color: Pale Cornflower Blue. HEX triplet: 9B, C7 and FF. RGB value is (155,199,255). Sum of RGB (Red+Green+Blue) = 155+199+255=609 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.45% from 609); Green value is 199 (78.12% from 255 or 32.68% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BC7FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC7FF is #643800. Grayscale: #BFBFBF. Windows color (decimal): -6567937 or 16762779. OLE color: 16762779.

HSL color Cylindrical-coordinate representation of color #9BC7FF: hue angle of 213.6º 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 #9BC7FF is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 155 199 255 -
CMYK 0.39 0.22 0 0
HSL 213.6º 1% 0.8% -
HSV(B) 213.6º 0.39% 1% -
XYZ 51.99 55.04 102.49 -
YUV 192.23 163.42 101.45 -
System Red Green Blue C M Y K H S L
Decimal 155 199 255 0.39 0.22 0 0 213.6 1 0.8
Hex 9B C7 FF 27 16 0 0 D6 64 50
Octal 233 307 377 47 26 0 0 326 144 120
Binary 10011011 11000111 11111111 100111 10110 0 0 11010110 1100100 1010000

Color Harmonies of #9BC7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC7FF

Black with #9BC7FF

Text Example


Text Example

White with #9BC7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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