Html Css Color HEX #9FD4FA Columbia Blue

📋 copy color: '#9FD4FA'

red 159 ◦ green 212 ◦ blue 250

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

Shades of Columbia Blue #9FD4FA

Tints of Columbia Blue #9FD4FA

RGB

 RED value IS 159 (62.5% from 255) = 25.6%

 GREEN value IS 212 (83.2% from 255) = 34.14%

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

R = 25.6%
G = 34.14%
B = 40.26%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9FD4FA (or 0x9FD4FA) is known color: Columbia Blue. HEX triplet: 9F, D4 and FA. RGB value is (159,212,250). Sum of RGB (Red+Green+Blue) = 159+212+250=621 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.60% from 621); Green value is 212 (83.20% from 255 or 34.14% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #9FD4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FD4FA is #602B05. Grayscale: #C8C8C8. Windows color (decimal): -6302470 or 16438431. OLE color: 16438431.

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

Color convert

RGB 159 212 250 -
CMYK 0.36 0.15 0 0.02
HSL 205.05º 0.9% 0.8% -
HSV(B) 205.05º 0.36% 0.98% -
XYZ 55.1 61.36 99.38 -
YUV 200.49 155.94 98.41 -
System Red Green Blue C M Y K H S L
Decimal 159 212 250 0.36 0.15 0 0.02 205.05 0.9 0.8
Hex 9F D4 FA 24 F 0 2 CD 5A 50
Octal 237 324 372 44 17 0 2 315 132 120
Binary 10011111 11010100 11111010 100100 1111 0 10 11001101 1011010 1010000

Color Harmonies of #9FD4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD4FA

Black with #9FD4FA

Text Example


Text Example

White with #9FD4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,212,250); }

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

background-color css

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

 a { background-color: rgb(159,212,250); }

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

border-color css

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

 span { border-color: rgb(159,212,250); }

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