Html Css Color HEX #9BC4FA Pale Cornflower Blue

📋 copy color: '#9BC4FA'

red 155 ◦ green 196 ◦ blue 250

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

Shades of Pale Cornflower Blue #9BC4FA

Tints of Pale Cornflower Blue #9BC4FA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.61%

 BLUE value IS 250 (98.05% from 255) = 41.6%

R = 25.79%
G = 32.61%
B = 41.6%

CMYK

 C value IS 0.38

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9BC4FA (or 0x9BC4FA) is known color: Pale Cornflower Blue. HEX triplet: 9B, C4 and FA. RGB value is (155,196,250). Sum of RGB (Red+Green+Blue) = 155+196+250=601 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.79% from 601); Green value is 196 (76.95% from 255 or 32.61% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #9BC4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC4FA is #643B05. Grayscale: #BDBDBD. Windows color (decimal): -6568710 or 16434331. OLE color: 16434331.

HSL color Cylindrical-coordinate representation of color #9BC4FA: hue angle of 214.11º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BC4FA is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 155 196 250 -
CMYK 0.38 0.22 0 0.02
HSL 214.11º 0.9% 0.79% -
HSV(B) 214.11º 0.38% 0.98% -
XYZ 50.51 53.35 98.08 -
YUV 189.9 161.92 103.11 -
System Red Green Blue C M Y K H S L
Decimal 155 196 250 0.38 0.22 0 0.02 214.11 0.9 0.79
Hex 9B C4 FA 26 16 0 2 D6 5A 4F
Octal 233 304 372 46 26 0 2 326 132 117
Binary 10011011 11000100 11111010 100110 10110 0 10 11010110 1011010 1001111

Color Harmonies of #9BC4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC4FA

Black with #9BC4FA

Text Example


Text Example

White with #9BC4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,196,250); }

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

background-color css

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

 a { background-color: rgb(155,196,250); }

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

border-color css

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

 span { border-color: rgb(155,196,250); }

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