Html Css Color HEX #99EAFD Columbia Blue

📋 copy color: '#99EAFD'

red 153 ◦ green 234 ◦ blue 253

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

Shades of Columbia Blue #99EAFD

Tints of Columbia Blue #99EAFD

RGB

 RED value IS 153 (60.16% from 255) = 23.91%

 GREEN value IS 234 (91.8% from 255) = 36.56%

 BLUE value IS 253 (99.22% from 255) = 39.53%

R = 23.91%
G = 36.56%
B = 39.53%

CMYK

 C value IS 0.40

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#99EAFD (or 0x99EAFD) is known color: Columbia Blue. HEX triplet: 99, EA and FD. RGB value is (153,234,253). Sum of RGB (Red+Green+Blue) = 153+234+253=640 (84% of max value = 765). Red value is 153 (60.16% from 255 or 23.91% from 640); Green value is 234 (91.80% from 255 or 36.56% from 640); Blue value is 253 (99.22% from 255 or 39.53% from 640); Max value from RGB is 253 - color contains mainly: blue. Hex color #99EAFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99EAFD is #661502. Grayscale: #D3D3D3. Windows color (decimal): -6690051 or 16640665. OLE color: 16640665.

HSL color Cylindrical-coordinate representation of color #99EAFD: hue angle of 191.4º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99EAFD is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 153 234 253 -
CMYK 0.40 0.08 0 0.01
HSL 191.4º 0.96% 0.8% -
HSV(B) 191.4º 0.4% 0.99% -
XYZ 60.29 72.71 103.79 -
YUV 211.95 151.16 85.96 -
System Red Green Blue C M Y K H S L
Decimal 153 234 253 0.40 0.08 0 0.01 191.4 0.96 0.8
Hex 99 EA FD 28 8 0 1 BF 60 50
Octal 231 352 375 50 10 0 1 277 140 120
Binary 10011001 11101010 11111101 101000 1000 0 1 10111111 1100000 1010000

Color Harmonies of #99EAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99EAFD

Black with #99EAFD

Text Example


Text Example

White with #99EAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99EAFD; }

 p { color: rgb(153,234,253); }

 H1.HeaderClassName
 {
   color: #99EAFD;
 }
 .AnyTagClassName
 {
   color: #99EAFD;
 }
</style>

background-color css

<style>
 a { background-color: #99EAFD; }

 a { background-color: rgb(153,234,253); }

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

border-color css

<style>
 span { border-color: #99EAFD; }

 span { border-color: rgb(153,234,253); }

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