Html Css Color HEX #0CCAFD Deep Sky Blue

📋 copy color: '#0CCAFD'

red 12 ◦ green 202 ◦ blue 253

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

Shades of Deep Sky Blue #0CCAFD

Tints of Deep Sky Blue #0CCAFD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.25%

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

R = 2.57%
G = 43.25%
B = 54.18%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0CCAFD (or 0x0CCAFD) is known color: Deep Sky Blue. HEX triplet: 0C, CA and FD. RGB value is (12,202,253). Sum of RGB (Red+Green+Blue) = 12+202+253=467 (61% of max value = 765). Red value is 12 (5.08% from 255 or 2.57% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #0CCAFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CCAFD is #F33502. Grayscale: #969696. Windows color (decimal): -15938819 or 16632332. OLE color: 16632332.

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

Color convert

RGB 12 202 253 -
CMYK 0.95 0.20 0 0.01
HSL 192.7º 0.98% 0.52% -
HSV(B) 192.7º 0.95% 0.99% -
XYZ 39 49.41 100.41 -
YUV 151 185.55 28.85 -
System Red Green Blue C M Y K H S L
Decimal 12 202 253 0.95 0.20 0 0.01 192.7 0.98 0.52
Hex C CA FD 5F 14 0 1 C1 62 34
Octal 14 312 375 137 24 0 1 301 142 64
Binary 1100 11001010 11111101 1011111 10100 0 1 11000001 1100010 110100

Color Harmonies of #0CCAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCAFD

Black with #0CCAFD

Text Example


Text Example

White with #0CCAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,202,253); }

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

background-color css

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

 a { background-color: rgb(12,202,253); }

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

border-color css

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

 span { border-color: rgb(12,202,253); }

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