Html Css Color HEX #68ECFA Baby Blue

📋 copy color: '#68ECFA'

red 104 ◦ green 236 ◦ blue 250

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

Shades of Baby Blue #68ECFA

Tints of Baby Blue #68ECFA

RGB

 RED value IS 104 (41.02% from 255) = 17.63%

 GREEN value IS 236 (92.58% from 255) = 40%

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

R = 17.63%
G = 40%
B = 42.37%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#68ECFA (or 0x68ECFA) is known color: Baby Blue. HEX triplet: 68, EC and FA. RGB value is (104,236,250). Sum of RGB (Red+Green+Blue) = 104+236+250=590 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.63% from 590); Green value is 236 (92.58% from 255 or 40% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #68ECFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68ECFA is #971305. Grayscale: #C5C5C5. Windows color (decimal): -9900806 or 16444520. OLE color: 16444520.

HSL color Cylindrical-coordinate representation of color #68ECFA: hue angle of 185.75º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68ECFA is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 236 250 -
CMYK 0.58 0.06 0 0.02
HSL 185.75º 0.94% 0.69% -
HSV(B) 185.75º 0.58% 0.98% -
XYZ 52.96 69.84 101.13 -
YUV 198.13 157.27 60.86 -
System Red Green Blue C M Y K H S L
Decimal 104 236 250 0.58 0.06 0 0.02 185.75 0.94 0.69
Hex 68 EC FA 3A 6 0 2 BA 5E 45
Octal 150 354 372 72 6 0 2 272 136 105
Binary 1101000 11101100 11111010 111010 110 0 10 10111010 1011110 1000101

Color Harmonies of #68ECFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ECFA

Black with #68ECFA

Text Example


Text Example

White with #68ECFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68ECFA; }

 p { color: rgb(104,236,250); }

 H1.HeaderClassName
 {
   color: #68ECFA;
 }
 .AnyTagClassName
 {
   color: #68ECFA;
 }
</style>

background-color css

<style>
 a { background-color: #68ECFA; }

 a { background-color: rgb(104,236,250); }

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

border-color css

<style>
 span { border-color: #68ECFA; }

 span { border-color: rgb(104,236,250); }

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