Html Css Color HEX #0FAFEE Deep Sky Blue

📋 copy color: '#0FAFEE'

red 15 ◦ green 175 ◦ blue 238

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

Shades of Deep Sky Blue #0FAFEE

Tints of Deep Sky Blue #0FAFEE

RGB

 RED value IS 15 (6.25% from 255) = 3.5%

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

 BLUE value IS 238 (93.36% from 255) = 55.61%

R = 3.5%
G = 40.89%
B = 55.61%

CMYK

 C value IS 0.94

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0FAFEE (or 0x0FAFEE) is known color: Deep Sky Blue. HEX triplet: 0F, AF and EE. RGB value is (15,175,238). Sum of RGB (Red+Green+Blue) = 15+175+238=428 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.50% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 238 (93.36% from 255 or 55.61% from 428); Max value from RGB is 238 - color contains mainly: blue. Hex color #0FAFEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FAFEE is #F05011. Grayscale: #858585. Windows color (decimal): -15749138 or 15642383. OLE color: 15642383.

HSL color Cylindrical-coordinate representation of color #0FAFEE: hue angle of 196.95º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FAFEE is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 15 175 238 -
CMYK 0.94 0.26 0 0.07
HSL 196.95º 0.88% 0.5% -
HSV(B) 196.95º 0.94% 0.93% -
XYZ 30.96 36.93 86.39 -
YUV 134.34 186.49 42.88 -
System Red Green Blue C M Y K H S L
Decimal 15 175 238 0.94 0.26 0 0.07 196.95 0.88 0.5
Hex F AF EE 5E 1A 0 7 C5 58 32
Octal 17 257 356 136 32 0 7 305 130 62
Binary 1111 10101111 11101110 1011110 11010 0 111 11000101 1011000 110010

Color Harmonies of #0FAFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAFEE

Black with #0FAFEE

Text Example


Text Example

White with #0FAFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0FAFEE; }

 p { color: rgb(15,175,238); }

 H1.HeaderClassName
 {
   color: #0FAFEE;
 }
 .AnyTagClassName
 {
   color: #0FAFEE;
 }
</style>

background-color css

<style>
 a { background-color: #0FAFEE; }

 a { background-color: rgb(15,175,238); }

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

border-color css

<style>
 span { border-color: #0FAFEE; }

 span { border-color: rgb(15,175,238); }

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