Html Css Color HEX #0FCEFA Deep Sky Blue

📋 copy color: '#0FCEFA'

red 15 ◦ green 206 ◦ blue 250

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

Shades of Deep Sky Blue #0FCEFA

Tints of Deep Sky Blue #0FCEFA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.74%

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

R = 3.18%
G = 43.74%
B = 53.08%

CMYK

 C value IS 0.94

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0FCEFA (or 0x0FCEFA) is known color: Deep Sky Blue. HEX triplet: 0F, CE and FA. RGB value is (15,206,250). Sum of RGB (Red+Green+Blue) = 15+206+250=471 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.18% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #0FCEFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FCEFA is #F03105. Grayscale: #999999. Windows color (decimal): -15741190 or 16436751. OLE color: 16436751.

HSL color Cylindrical-coordinate representation of color #0FCEFA: hue angle of 191.23º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FCEFA is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 15 206 250 -
CMYK 0.94 0.18 0 0.02
HSL 191.23º 0.96% 0.52% -
HSV(B) 191.23º 0.94% 0.98% -
XYZ 39.52 51.15 98.23 -
YUV 153.91 182.22 28.92 -
System Red Green Blue C M Y K H S L
Decimal 15 206 250 0.94 0.18 0 0.02 191.23 0.96 0.52
Hex F CE FA 5E 12 0 2 BF 60 34
Octal 17 316 372 136 22 0 2 277 140 64
Binary 1111 11001110 11111010 1011110 10010 0 10 10111111 1100000 110100

Color Harmonies of #0FCEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCEFA

Black with #0FCEFA

Text Example


Text Example

White with #0FCEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,206,250); }

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

background-color css

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

 a { background-color: rgb(15,206,250); }

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

border-color css

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

 span { border-color: rgb(15,206,250); }

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