Html Css Color HEX #00AFFB Deep Sky Blue

📋 copy color: '#00AFFB'

red 0 ◦ green 175 ◦ blue 251

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

Shades of Deep Sky Blue #00AFFB

Tints of Deep Sky Blue #00AFFB

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 175 (68.75% from 255) = 41.08%

 BLUE value IS 251 (98.44% from 255) = 58.92%

R = 0%
G = 41.08%
B = 58.92%

CMYK

 C value IS 1

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#00AFFB (or 0x00AFFB) is known color: Deep Sky Blue. HEX triplet: 00, AF and FB. RGB value is (0,175,251). Sum of RGB (Red+Green+Blue) = 0+175+251=426 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 251 (98.44% from 255 or 58.92% from 426); Max value from RGB is 251 - color contains mainly: blue. Hex color #00AFFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00AFFB is #FF5004. Grayscale: #828282. Windows color (decimal): -16732165 or 16494336. OLE color: 16494336.

HSL color Cylindrical-coordinate representation of color #00AFFB: hue angle of 198.17º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AFFB is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 0 175 251 -
CMYK 1 0.30 0 0.02
HSL 198.17º 1% 0.49% -
HSV(B) 198.17º 1% 0.98% -
XYZ 32.74 37.62 96.8 -
YUV 131.34 195.52 34.32 -
System Red Green Blue C M Y K H S L
Decimal 0 175 251 1 0.30 0 0.02 198.17 1 0.49
Hex 0 AF FB 64 1E 0 2 C6 64 31
Octal 0 257 373 144 36 0 2 306 144 61
Binary 0 10101111 11111011 1100100 11110 0 10 11000110 1100100 110001

Color Harmonies of #00AFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AFFB

Black with #00AFFB

Text Example


Text Example

White with #00AFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00AFFB; }

 p { color: rgb(0,175,251); }

 H1.HeaderClassName
 {
   color: #00AFFB;
 }
 .AnyTagClassName
 {
   color: #00AFFB;
 }
</style>

background-color css

<style>
 a { background-color: #00AFFB; }

 a { background-color: rgb(0,175,251); }

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

border-color css

<style>
 span { border-color: #00AFFB; }

 span { border-color: rgb(0,175,251); }

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