Html Css Color HEX #68FBFA Baby Blue

📋 copy color: '#68FBFA'

red 104 ◦ green 251 ◦ blue 250

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

Shades of Baby Blue #68FBFA

Tints of Baby Blue #68FBFA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 41.49%

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

R = 17.19%
G = 41.49%
B = 41.32%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#68FBFA (or 0x68FBFA) is known color: Baby Blue. HEX triplet: 68, FB and FA. RGB value is (104,251,250). Sum of RGB (Red+Green+Blue) = 104+251+250=605 (80% of max value = 765). Red value is 104 (41.02% from 255 or 17.19% from 605); Green value is 251 (98.44% from 255 or 41.49% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 251 - color contains mainly: green. Hex color #68FBFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68FBFA is #970405. Grayscale: #CECECE. Windows color (decimal): -9896966 or 16448360. OLE color: 16448360.

HSL color Cylindrical-coordinate representation of color #68FBFA: hue angle of 179.59º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FBFA is Cyan = 0.59, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 251 250 -
CMYK 0.59 0 0.00 0.02
HSL 179.59º 0.95% 0.7% -
HSV(B) 179.59º 0.59% 0.98% -
XYZ 57.46 78.84 102.63 -
YUV 206.93 152.3 54.58 -
System Red Green Blue C M Y K H S L
Decimal 104 251 250 0.59 0 0.00 0.02 179.59 0.95 0.7
Hex 68 FB FA 3B 0 0 2 B4 5F 46
Octal 150 373 372 73 0 0 2 264 137 106
Binary 1101000 11111011 11111010 111011 0 0 10 10110100 1011111 1000110

Color Harmonies of #68FBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FBFA

Black with #68FBFA

Text Example


Text Example

White with #68FBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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