Html Css Color HEX #0CCBFE Deep Sky Blue

📋 copy color: '#0CCBFE'

red 12 ◦ green 203 ◦ blue 254

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

Shades of Deep Sky Blue #0CCBFE

Tints of Deep Sky Blue #0CCBFE

RGB

 RED value IS 12 (5.08% from 255) = 2.56%

 GREEN value IS 203 (79.69% from 255) = 43.28%

 BLUE value IS 254 (99.61% from 255) = 54.16%

R = 2.56%
G = 43.28%
B = 54.16%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0CCBFE (or 0x0CCBFE) is known color: Deep Sky Blue. HEX triplet: 0C, CB and FE. RGB value is (12,203,254). Sum of RGB (Red+Green+Blue) = 12+203+254=469 (62% of max value = 765). Red value is 12 (5.08% from 255 or 2.56% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #0CCBFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CCBFE is #F33401. Grayscale: #979797. Windows color (decimal): -15938562 or 16698124. OLE color: 16698124.

HSL color Cylindrical-coordinate representation of color #0CCBFE: hue angle of 192.64º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CCBFE is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 12 203 254 -
CMYK 0.95 0.20 0 0.00
HSL 192.64º 0.99% 0.52% -
HSV(B) 192.64º 0.95% 1% -
XYZ 39.4 49.95 101.33 -
YUV 151.71 185.72 28.35 -
System Red Green Blue C M Y K H S L
Decimal 12 203 254 0.95 0.20 0 0.00 192.64 0.99 0.52
Hex C CB FE 5F 14 0 0 C1 63 34
Octal 14 313 376 137 24 0 0 301 143 64
Binary 1100 11001011 11111110 1011111 10100 0 0 11000001 1100011 110100

Color Harmonies of #0CCBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCBFE

Black with #0CCBFE

Text Example


Text Example

White with #0CCBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,203,254); }

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

background-color css

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

 a { background-color: rgb(12,203,254); }

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

border-color css

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

 span { border-color: rgb(12,203,254); }

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