Html Css Color HEX #0CBFFE Deep Sky Blue

📋 copy color: '#0CBFFE'

red 12 ◦ green 191 ◦ blue 254

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

Shades of Deep Sky Blue #0CBFFE

Tints of Deep Sky Blue #0CBFFE

RGB

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

 GREEN value IS 191 (75% from 255) = 41.79%

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

R = 2.63%
G = 41.79%
B = 55.58%

CMYK

 C value IS 0.95

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0CBFFE (or 0x0CBFFE) is known color: Deep Sky Blue. HEX triplet: 0C, BF and FE. RGB value is (12,191,254). Sum of RGB (Red+Green+Blue) = 12+191+254=457 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.63% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #0CBFFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CBFFE is #F34001. Grayscale: #909090. Windows color (decimal): -15941634 or 16695052. OLE color: 16695052.

HSL color Cylindrical-coordinate representation of color #0CBFFE: hue angle of 195.62º 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 #0CBFFE is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 12 191 254 -
CMYK 0.95 0.25 0 0.00
HSL 195.62º 0.99% 0.52% -
HSV(B) 195.62º 0.95% 1% -
XYZ 36.67 44.5 100.42 -
YUV 144.66 189.7 33.38 -
System Red Green Blue C M Y K H S L
Decimal 12 191 254 0.95 0.25 0 0.00 195.62 0.99 0.52
Hex C BF FE 5F 19 0 0 C4 63 34
Octal 14 277 376 137 31 0 0 304 143 64
Binary 1100 10111111 11111110 1011111 11001 0 0 11000100 1100011 110100

Color Harmonies of #0CBFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBFFE

Black with #0CBFFE

Text Example


Text Example

White with #0CBFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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