Html Css Color HEX #9BCAFF Pale Cornflower Blue

📋 copy color: '#9BCAFF'

red 155 ◦ green 202 ◦ blue 255

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

Shades of Pale Cornflower Blue #9BCAFF

Tints of Pale Cornflower Blue #9BCAFF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.01%

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

R = 25.33%
G = 33.01%
B = 41.67%

CMYK

 C value IS 0.39

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9BCAFF (or 0x9BCAFF) is known color: Pale Cornflower Blue. HEX triplet: 9B, CA and FF. RGB value is (155,202,255). Sum of RGB (Red+Green+Blue) = 155+202+255=612 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.33% from 612); Green value is 202 (79.30% from 255 or 33.01% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BCAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCAFF is #643500. Grayscale: #C1C1C1. Windows color (decimal): -6567169 or 16763547. OLE color: 16763547.

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

Color convert

RGB 155 202 255 -
CMYK 0.39 0.21 0 0
HSL 211.8º 1% 0.8% -
HSV(B) 211.8º 0.39% 1% -
XYZ 52.69 56.43 102.72 -
YUV 193.99 162.43 100.19 -
System Red Green Blue C M Y K H S L
Decimal 155 202 255 0.39 0.21 0 0 211.8 1 0.8
Hex 9B CA FF 27 15 0 0 D4 64 50
Octal 233 312 377 47 25 0 0 324 144 120
Binary 10011011 11001010 11111111 100111 10101 0 0 11010100 1100100 1010000

Color Harmonies of #9BCAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCAFF

Black with #9BCAFF

Text Example


Text Example

White with #9BCAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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